📄️ APPEND TO LIST
APPEND TO LIST ( list ; itemText ; itemRef {; sublist ; expanded} )
📄️ CLEAR LIST
CLEAR LIST ( list {; *} )
📄️ Copy list
Copy list ( list ) -> Function result
📄️ Count list items
Count list items ( { ;} list {; } ) -> Function result
📄️ DELETE FROM LIST
DELETE FROM LIST ( { ;} list ; itemRef | {; *} )
📄️ Find in list
Find in list ( { ;} list ; value ; scope {; itemsArray {; }} ) -> Function result
📄️ GET LIST ITEM
GET LIST ITEM ( { ;} list ; itemPos | ; itemRef ; itemText {; sublist ; expanded} )
📄️ Get list item font
Get list item font ( { ;} list ; itemRef | ) -> Function result
📄️ GET LIST ITEM ICON
GET LIST ITEM ICON ( { ;} list ; itemRef | ; icon )
📄️ GET LIST ITEM PARAMETER
GET LIST ITEM PARAMETER ( { ;} list ; itemRef | ; selector ; value )
📄️ GET LIST ITEM PARAMETER ARRAYS
GET LIST ITEM PARAMETER ARRAYS ( { ;} list ; itemRef | ; arrSelection {; arrValues} )
📄️ GET LIST ITEM PROPERTIES
GET LIST ITEM PROPERTIES ( { ;} list ; itemRef | ; enterable {; styles {; icon {; color}}} )
📄️ GET LIST PROPERTIES
GET LIST PROPERTIES ( list ; appearance {; icon {; lineHeight {; doubleClick {; multiSelections {; editable}}}}} )
📄️ INSERT IN LIST
INSERT IN LIST ( { ;} list ; beforeItemRef | ; itemText ; itemRef {; sublist ; expanded} )
📄️ Is a list
Is a list ( list ) -> Function result
📄️ List item parent
List item parent ( { ;} list ; itemRef | ) -> Function result
📄️ List item position
List item position ( { ;} list ; itemRef* ) -> Function result
📄️ LIST OF CHOICE LISTS
LIST OF CHOICE LISTS ( numsArray ; namesArray )
📄️ Load list
Load list ( listName ) -> Function result
📄️ New list
New list -> Function result
📄️ SAVE LIST
SAVE LIST ( list ; listName )
📄️ SELECT LIST ITEMS BY POSITION
SELECT LIST ITEMS BY POSITION ( { ;} list ; itemPos {; positionsArray*} )
📄️ SELECT LIST ITEMS BY REFERENCE
SELECT LIST ITEMS BY REFERENCE ( list ; itemRef {; refArray} )
📄️ Selected list items
Selected list items ( { ;} list {; itemsArray {; }} ) -> Function result
📄️ SET LIST ITEM
SET LIST ITEM ( { ;} list ; itemRef | ; newItemText ; newItemRef {; sublist ; expanded} )
📄️ SET LIST ITEM FONT
SET LIST ITEM FONT ( { ;} list ; itemRef | ; font )
📄️ SET LIST ITEM ICON
SET LIST ITEM ICON ( { ;} list ; itemRef | ; icon )
📄️ SET LIST ITEM PARAMETER
SET LIST ITEM PARAMETER ( { ;} list ; itemRef | ; selector ; value )
📄️ SET LIST ITEM PROPERTIES
SET LIST ITEM PROPERTIES ( { ;} list ; itemRef | ; enterable ; styles {; icon {; color}} )
📄️ SET LIST PROPERTIES
SET LIST PROPERTIES ( list ; appearance {; icon {; lineHeight {; doubleClick {; multiSelections {; editable}}}}} )
📄️ SORT LIST
SORT LIST ( list {; > or <} )